Other Enums
The following enums are available globally.
-
Represents a decision of a validator of a validating property made on a proposed value.
See moreDeclaration
Swift
public enum ValidatorOutput<Value, Error: Swift.Error>
-
Represents the result of the validation performed by a validating property.
See moreDeclaration
Swift
public enum ValidationResult<Value, Error: Swift.Error>